*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
}





/* SCROLLBAR----------------------------------------------------------------------------------- */
::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: white;
    display: none;
  }
  
  ::-webkit-scrollbar-thumb {
    background: rgb(97, 97, 97);
  } 
 
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(64, 64, 64);
  } 








/* CONTAINER----------------------------------------------------------------------------------- */
#container{
    width: 100%;
    min-height: 1200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 62.5%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


.overlay-back{
  background-image: url("../img/banner/IMG-20200115-WA0004.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: content-box;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.1;
  position: fixed;
}







/* MENU-ICON----------------------------------------------------------------------------------- */
.menu-icon{
  width: 50px;
  height: 50px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  top: 10px;
  z-index: 1;
  }
  
  .menuToggle input{
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
  }
  
  .menuToggle span{
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  border-radius: 0px;
  z-index: 1;
  /* background: rgb(184, 2, 2); */
  transform-origin: 4px 0px;
  transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.2s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.25s ease;
  }
  
  #brzi{
  background-color: rgb(0, 0, 0);
  transition:500ms ease;
  outline: 1px solid white;
  }
  
  
  .menuToggle span:nth-last-child(2){
  margin-bottom: 0px;
  }
  
  .menuToggle span:first-child{
  transform-origin: 0% 0%;
  }
  
  .menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
  }
  
  .menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(-45deg) translate(-8px, 10px);
  }
  
  .menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(2, 2) translate(-12px, 0px);
  }
  
  .menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(45deg) translate(-8px, -12px);
  }
  
  .menuToggle input:checked ~ #brzi{
    background-color: rgb(255, 255, 255);
  }
  
  .menu-wrap{
  position: fixed;
  top: 0px;
  z-index: 1;
  }
  
  .menu{  
  height: 100%;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0px;
  top: 0px;
  } 
  
  .menu1{
  background: rgb(0, 0, 0, 0.9);
  border-radius: 50%;
  width: 300vw;
  height: 300vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
  }
  
  .menu2{
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.4s ease;
  }
  
  .menu2 a{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  color: rgb(103, 103, 103);
  transition-duration: 0.4s;
  margin: 5px;
  }
  
  .menu2 a:hover{
  color: rgb(255, 255, 255);
  }
  
  
  .toggler:checked ~ .menuToggle span{
  background: white;
  }
  
  .toggler:checked ~ .menu{
  visibility: visible;
  }
  
  .toggler:checked ~ .menu .menu1{
  transform: scale(1);
  transition-duration: 1s;
  }
  
  .toggler:checked ~ .menu .menu1 .menu2{
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* BANNER----------------------------------------------------------------------------------- */
  #banner{
  height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  }
  
  .overlay-wh{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  background-color: white;
  opacity: 1;  
  z-index: -1;
  }
  
  .overlay-wh video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  z-index:-1;
  }
  
  
  #banner .naslov{
  width: 50%;
  height: 20%;
  font-family: 'Dancing Script', cursive;
  font-size: 30px;
  color: white;
  text-align: center;
  text-shadow: 0.4vw 0.4vw black;
  }
  
  
  #banner .naslov span{
  color: rgb(184, 2, 2);
  font-size: 14vw;
  }
  
  .banner-arrow{
  width: 40px;
  height: 80px;
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .banner-arrow i{
  color: rgb(0, 0, 0);
  text-shadow: 0px 0px 3px black;
  font-size: 25px;
  transition: 0.4s ease;
  }
  
  @keyframes anime1 {
  0% {bottom: 0px;}
  50% {bottom: 10px;}
  100%{bottom: -2px;}
  }
  
  .banner-arrow a{
  width: 50px;
  height: 50px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: anime1 1s infinite;
  
  background-color: rgb(0, 0, 0, 0);
  border-radius: 50%;
  
  transition: 0.4s ease;
  }
  
  .banner-arrow a:hover{
    background-color: rgb(0, 0, 0, 0);
  }
  
  .banner-arrow i:hover{
  font-size: 30px;
  text-shadow: 0px 0px 7px white;
  color: black;
  }
  
  .gradient1{
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: -1;
  background: linear-gradient(rgb(0, 0, 0, 0), rgb(255, 255, 255, 1) 200px); 
  }














/* CARD----------------------------------------------------------------------------------------- */
.box{
  width: 100%;
  min-height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
  padding: 10px;
  /* border: 1px solid red; */
}

.naslov{
  height: 100px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  /* border: 1px solid green; */
}

h3{
  padding: 10px;
  font-size: 30px;
  color: rgb(97, 97, 97, 0.3);
  
}


.con{
  min-height: 900px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  border-top: 2px solid rgb(97, 97, 97, 0.3);
}

.co{
  height: 400px;
  width: 300px;
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* border: 2px solid rgb(97, 97, 97, 0.3); */
  /* border: 1px solid green; */
}

.con:last-child{
  margin-bottom: 100px;
}

.co .slika{
  height: 400px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  /* box-shadow: 0px 0px 10px 10px rgb(207, 207, 207, 0.2); */
  box-shadow: 0px 0px 10px  rgb(0, 0, 0, 0.2);
  /* border: 1px solid green; */
  position: relative;
}
.co .naslov{
  height: 70px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  /* text-transform: uppercase; */
  color: rgb(97, 97, 97, 0.5);
  /* border: 1px solid red; */
}

.co .naslov span{
  color: rgb(97, 97, 97, 0.7);
}

.slika .back{
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: content-box;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.con .co:nth-child(1) .slika .back{
  background-image: url("../img/Borbe/1. Arijan Goricki vs Milovan Dragojevic/slike/Milovan Dragojevic.jpg");
}

.con .co:nth-child(2) .slika .back{
  background-image: url("../img/Borbe/2. Arijan Goricki vs Petr Gina/slike/Petr Gina 4.jpg");
}

.con .co:nth-child(3) .slika .back{
  background-image: url("../img/Borbe/3. Arijan Goricki vs Istvan Kovacs/slike/Istvan Kovacs 3.jpg");
}

.con .co:nth-child(4) .slika .back{
  background-image: url("../img/Borbe/4. Arijan Goricki vs Malkhaz Tatrishvili/slike/Malkhaz Tatrishvili.jpg");
}

.con .co:nth-child(5) .slika .back{
  background-image: url("../img/Borbe/5. Arijan Goricki vs David Botos/slike/David Botos 4.jpg");
}

.con .co:nth-child(6) .slika .back{
  background-image: url("../img/Borbe/6. Arijan Goricki vs Szilveszter Ajtai/slike/Szilveszter Ajtai.jpg");
}


.slika input{
  position: absolute;
  opacity: 0;
}

.bar{
  height: 40px;
  width: 100%;
  background: rgb(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  cursor: pointer;
  transition: 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bar .title{
  width: 300px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-left: 10px;
  padding-right: 10px;
  /* border-bottom: 2px solid rgb(97, 97, 97, 0.3); */
  /* border: 1px solid green; */
}

.bar .title p{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: rgb(255, 255, 255, 0.8);
  transition: 0.8s ease;
}

.bar .title i{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: rgb(255, 255, 255, 0.4);
  transition: 0.8s ease;
}

.bar .title i:nth-child(3){
  display: none;
}

.bar .title i:hover{
  color: rgb(255, 255, 255, 0.8);
}

.bar .sad{
  width: 300px;
  height: 40px;
  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  /* margin-right: 40px; */
  padding-bottom: 0px;
  /* font-weight: 600; */
  transition: 0.8s ease;
  /* border: 1px solid red; */
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.bar .sad p:nth-child(2){
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: rgb(97, 97, 97);
}

.bar .sad p:nth-child(1),
.bar .sad p:nth-child(3){
  font-size: 8px;
  text-transform: uppercase;
  color: rgb(97, 97, 97);
}

.slika input:checked ~ .back{
  filter: blur(1.5px);
}

.slika input:checked ~ .bar{
  height: 65px;
  background: rgb(255, 255, 255, 0.9);
  transition: 0.8s ease;
}

.slika input:checked ~ .bar .title{
  height: 25px;
}

.slika input:checked ~ .bar .title p{
  color: rgb(184, 2, 2, 0.6);
  font-weight: 800;
  font-size: 13px;
}

.slika input:checked ~ .bar .title i{
  color: rgb(0, 0, 0);
  /* font-weight: 800; */
}

.slika input:checked ~ .bar .title i:nth-child(2){
  display: none;
}

.slika input:checked ~ .bar .title i:nth-child(3){
  display: flex;
}

.slika input:checked ~ .bar .sad{
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.8s ease;
  font-size: 20px;
  /* border: 1px solid yellow; */
}

















/* ZAG----------------------------------------------------------------------------------- */
.zag{
  width: 100%;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background: rgb(255, 255, 255, 0.2);
  background: linear-gradient(rgb(0, 0, 0, 0), rgb(255, 255, 255, 1) 200px); 
  }
  
  .zag .tekst{
  height: 100%;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
  color: white;
  }
  
  .social{
  width: 250px;
  height: 80%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  /* margin-top: 25px; */
  
  /* border: 1px solid green; */
  }
  
  .zag .mail{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* margin-bottom: 10px; */
  
  }
  
  .mail p{
  font-size: 15px;
  padding-top: 15px;
  font-weight: 400;
  /* display: none; */
  transition: ease-in-out 0.2s;
  }
  
  .mail i{
  font-size: 30px;
  color: rgb(0, 0, 0, 0.8);
  cursor: pointer;
  border-radius: 50%;
  padding: 5px;
  transition: ease-in-out 0.2s;
  
  background: rgb(207, 207, 207, 0);
  border: 3px solid rgb(207, 207, 207, 0);
  }
  
  .mail a{
  border-radius: 50%;
  }
  
  .mail i:hover{
  background: none;
  color: rgb(207, 207, 207, 0.8);
  border: 3px solid rgb(207, 207, 207, 0.4);
  }
  
  .copy{
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 10px;
  color: rgb(0, 0, 0, 0.6);
  }
  
  .ig{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  /* margin-bottom: 10px; */
  }
  
  .ig a{
  color: rgb(0, 0, 0, 0.8);
  font-size: 30px;
  border-radius: 50%;
  padding: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: ease-in-out 0.2s;
  
  background: rgb(207, 207, 207, 0.1);
  border: 3px solid rgb(207, 207, 207, 0);
  }
  
  .ig a:hover{
  background: none;
  color: rgb(207, 207, 207, 0.8);
  border: 3px solid rgb(207, 207, 207, 0.4);
  
  }
  
  .ig p{
  font-size: 20px;
  padding-top: 15px;
  font-weight: 400;
  /* display: none; */
  }
  
  .yt{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* margin-bottom: 10px; */
  }
  
  .yt a{
    color: rgb(0, 0, 0, 0.8);
  font-size: 25px;
  border-radius: 50%;
  padding: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: ease-in-out 0.2s;
  
  background: rgb(207, 207, 207, 0.1);
  border: 3px solid rgb(207, 207, 207, 0);
  }
  
  .yt a:hover{
  background: none;
  color: rgb(207, 207, 207, 0.8);
  border: 3px solid rgb(207, 207, 207, 0.4);
  
  }
  
  .yt p{
  font-size: 20px;
  padding-top: 10px;
  font-weight: 400;
  /* display: none; */
  }